.form {
  position: relative;
  z-index: 100;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #000;
  background-color: #fff;
  box-shadow: 0 0 0 1px #d8d8d8, 0 0 0 15px #fff;
  box-sizing: border-box;
  margin: 0 auto;
  border: 0;
  box-shadow: none;
}
.wheel__subtitle {
  padding: 20px;
}
.form__title {
  font-size: 22px;
  line-height: 26px;
  font-weight: 900;
  text-transform: uppercase;
  padding: 0 10px;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
}

.form__text {
  color: #333;
  font-size: 20px;
  line-height: 160%;
  line-height: 19px;
  text-align: center;
  margin: 5px 0 25px 0;
}

.timer__controls {
  display: flex;
  justify-content: center;
  font-size: 30px;
  line-height: 35px;
  font-weight: 900;
  color: #1b478a;
}

.timer {
  justify-content: center;
  margin-bottom: 40px;
  margin-top: 15px;
}

.hour-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hour,
.minute,
.second {
  border: 2px dotted #ebd50c;
  border-radius: 50%;
  padding: 10px 8px;
  margin: 0 10px;
  font-size: 26px;
  line-height: 35px;
  font-weight: 900;
  color: #1b478a !important;
}

.time__text {
  font-size: 16px !important;
  line-height: 15px !important;
  color: #000 !important;
  margin-top: 10px;
  font-weight: bold;
  color: #1b478a !important;
}

.form-wrapper {
  width: 100%;
  background-color: #eaeeff;
  padding: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.prices p:first-child {
  font-size: 20px !important;
  text-align: center;
  font-weight: 600;
  color: gray !important;
}

.prices p {
  margin: 5px !important;
}

.prices p:last-child {
  font-size: 20px;
  font-weight: 600;
}

.prices .newprice {
  font-size: 23px;
  font-weight: 800;
  color: #ff0000;
}

.form__input-container {
  position: relative;
}

.form__input {
  width: 100% !important;
  font-size: 19px !important;
  line-height: 22px !important;
  color: #000 !important;
  text-align: center !important;
  border: none !important;
  padding: 8px 10px 8px !important;
  border: 1px solid grey !important;
  margin-bottom: 10px !important;
}

.form__btn {
  font-size: 23px;
  line-height: 26px;
  font-weight: 990;
  color: #fff;
  text-transform: uppercase;
  border: 1px solid #00a31e;
  border-radius: 5px;
  padding: 20px;
  margin-bottom: 20px;
  background-image: linear-gradient(180deg, #00d228 0%, #00ab20 100%);
  box-shadow: 0 5px 0 -2px #007906;
  cursor: pointer;
  margin-top: 10px;
}

.prod__img {
  margin-top: 30px;
  margin-bottom: 25px;
}
.timer {
  margin-bottom: 40px;
  margin-top: 15px;
  display: flex;
}
.hms {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.timer__text {
  margin-left: 31px;
  margin-top: 12px;
}

.timer__text p {
  display: inline-block;
}

.timer__red {
  color: #ff0000;
}

.form {
  margin-bottom: 40px;
}

#formBottom {
  text-align: center;
}

#formBottom .form-bottom {
  margin: 0 auto;
  border: 2px solid #0299ff;
  padding: 8px 10px;
  width: 95%;
  max-width: 430px;
  margin-top: 20px;
  border-radius: 4px;
  background-color: rgba(2, 154, 255, 0.137254902);
  font-size: 18px;
  line-height: 1.2;
}
@media screen and (max-width: 480px) {
  #formBottom .form-bottom {
    font-size: 16px;
  }
  #formBottom .form-bottom p {
    margin: 10px 0;
  }
}
#formBottom .form-bottom__title {
  font-weight: 600;
}
#formBottom .form-bottom__order {
  font-size: 14px;
  font-weight: 600;
}
#formBottom .form-instock {
  font-size: 1.2em;
  transition: opacity 0.4s;
}

#formBottom .form-color--accent {
  color: coral;
}
